Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 14.3 #183

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Xcode 14.3 #183

wants to merge 4 commits into from

Conversation

Patrick-Kladek
Copy link
Contributor

Description

Xcode 14.3 removed support for iOS 8 so we need to increase the min deployment target.

Tasks

  • Increase min deployment targets to oldest supported by Xcode 14.3
  • Apply recommended settings
  • use c style imports instead of @import

Infos for Reviewer

Deployment Target for iOS: 12.0
Deployment Target for tvOS: 16.4

Regarding the imports, Xcode produces following warning:

use of '@import' in framework header is discouraged, including this header requires -fmodules

From what I understand using @import in a external framework is not a good idea as it will force the embedding app to use modules as well.

@Patrick-Kladek Patrick-Kladek changed the title Bugfix/xcode 14 3 Xcode 14.3 Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant